.teachers_container .html-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
p.teachers_container_title {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 0;
}
.courators {
    border-top: 1px solid var(--color-border);
    padding-top: 20px;
}
.teachers_container_flex {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.teacher {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.teacher_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
p.teacher_description {
    font-size: 12px;
    opacity: .5;
}
.teacher_text p {
    margin-bottom: 0;
}
img.teacher_img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #D9D9D9;
    border: none !important;
}